minimize
Type
keyword
Summary
Used with the decorations property to indicate whether the minimize button appears in a window's title bar.
Syntax
minimize
Description
Use the minimize keyword to turn a window's minimize button on or off.
Setting a stack's decorations property to minimize automatically includes 'title' in the value of the decorations, turning on the window's title bar. The name on the title bar can be set using the window's label property.
On Windows systems, the menu decoration must be set along with minimize : you cannot use minimize without including menu.
Examples
set the decorations of stack "Help" to "minimize, menu"
Related
glossary: property, title bar, keyword, minimize button
property: decorations, systemWindow, zoomBox, label
Compatibility and Support
Introduced
LiveCode 1.0
OS
windows
linux
Platforms
desktop
server